home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
-
- set the visibility of sprite 4 to 1
- set the visibility of sprite 5 to 0
- set the visibility of sprite 39 to 0
- set the visibility of sprite 40 to 0
- set the visibility of sprite 46 to 1
-
- global lan
- if lan = "e" then
- go to frame "ed"
- else
- nothing
- end if
-
- if lan = "f" then
- go to frame "fd"
- else
- nothing
- end if
-
- if lan = "g" then
- go to frame "gd"
- else
- nothing
- end if
- end